home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 104 / MacAddict_104_2005-04.iso / Software / Internet & Communication / WordPress 1.2.2 freeware.dmg / wordpress / wp-includes / version.php < prev    next >
Encoding:
PHP Script  |  2004-12-16  |  171 b   |  8 lines

  1. <?php
  2.  
  3. // This just holds the version number, in a separate file so we can bump it without cluttering the CVS
  4.  
  5. $wp_version = '1.2.2';
  6.  
  7. define('BUILD_DATE', '20041216');
  8. ?>